Translating UI strings and plugin description to English:
hash_title = Generate Password Hash
hash_password_plain = Password (Plain Text)
hash_generate = Generate Hash
hash_copy = Copy Hash
hash_generated = Generated Hash
hash_tag_hint = Use this value in the tag:
hash_error_empty = Please enter a password.
hash_error_generate = Error during generation.
hash_error_network = Network error.
hash_error_method = Only POST requests allowed.
hash_error_origin = Invalid request (Origin).
hash_error_missing = No password submitted.
hash_copied = Copied!
config_hash_tool_error = Please do not enter anything here – use the tool instead.
config_max_attempts = Max login attempts (default: 5)
config_attempt_window = Lockout period in seconds (default: 300)
config_positive_number = Only positive numbers are allowed.
plugin_description = <p>Password-protected content container featuring a modern, responsive login area, password toggle, clear status messages, auto-logout, and brute-force logging. The number of login attempts and lockout duration are fully configurable.</p><p>Use "Generate Password Hash" to create the corresponding hash value for a new password.</p><p>To do this:</p><ul><li>type your new password into the input field</li><li>click the <em>Generate Hash</em> button</li><li>copy the complete value shown in the <em>Generated Hash</em> field</li><li>paste the hash into the LoginShield tag on your content page</li></ul><p>Usage: <code>{LoginShield| ... protected content ... , $2y$Hash...}</code></p><p>An alternative for generating hashes via the command line (shell) is described in the README.</p>
plugin_author = Original plugin concept: hausl78; Further development: Gerd Fischer
plugin_placeholder = Password-protected area